home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Solitaire / Sources / Template / Template.h < prev    next >
Text File  |  1994-01-10  |  668b  |  30 lines

  1. /* indent:4  tabsize:8  font:fixed-width */
  2.  
  3. /*---------------------------------------------------------------------------
  4. |----------------------------------------------------------------------------
  5. |
  6. |    Template:GameModule
  7. |
  8. |    Sample Solitaire module.
  9. |
  10. |    CREDITS
  11. |
  12. |    Gary Ritchie<gary@uaneuro.uah.ualberta.ca>
  13. |        -- design, implementation, documentation
  14. |
  15. |----------------------------------------------------------------------------
  16. \---------------------------------------------------------------------------*/
  17.  
  18.  
  19. #import <appkit/appkit.h>
  20. #import "../Solitaire/GameModule.h"
  21.  
  22. @interface Template:GameModule
  23. {
  24. }
  25.  
  26.  
  27. - setupGame:(BOOL)redeal;
  28.  
  29. @end
  30.